It would be great to have a feature where previously deployed versions of your code are available to “rollback to”.
As an example, let’s say I roll out a feature to LIVE on Saturday, and find a bug a few days later on Tuesday. I would like an easy way to create a multidev where I could restore a backup of my site to, and choose the previously deployed tag for code on that multidev.
Or, as an additional example, I think the only way I would know how to do this… if I deploy a change to LIVE, and there is immediately a problem, I can restore my database/files via the “Backup” tab, but to rollback my code I would need to push a new commit to DEV (master) and promote it up through the environments. If I could restore via backups, and also rollback to a previous version of code, that would be ideal.